projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48f300
)
; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.
author
Glenn Morris
<rgm@gnu.org>
Wed, 6 Sep 2017 00:53:57 +0000
(20:53 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 6 Sep 2017 00:53:57 +0000
(20:53 -0400)
lisp/emacs-lisp/ert.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/ert.el
b/lisp/emacs-lisp/ert.el
index 323576effe5ca7b9d39f14e50e47c7103955f183..9cc764d78e0aa6d2a423b17683ab4f273b63e44c 100644
(file)
--- a/
lisp/emacs-lisp/ert.el
+++ b/
lisp/emacs-lisp/ert.el
@@
-76,7
+76,7
@@
(defcustom ert-batch-backtrace-right-margin 70
"Maximum length of lines in ERT backtraces in batch mode.
Use nil for no limit (caution: backtrace lines can be very long)."
- :type '(choice (const
nil :tag "No truncation"
) integer))
+ :type '(choice (const
:tag "No truncation" nil
) integer))
(defface ert-test-result-expected '((((class color) (background light))
:background "green1")